Html Css Color HEX #EFDB53 Portica

📋 copy color: '#EFDB53'

red 239 ◦ green 219 ◦ blue 83

#EFDB53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #EFDB53

Tints of Portica #EFDB53

RGB

 RED value IS 239 (93.75% from 255) = 44.18%

 GREEN value IS 219 (85.94% from 255) = 40.48%

 BLUE value IS 83 (32.81% from 255) = 15.34%

R = 44.18%
G = 40.48%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFDB53 (or 0xEFDB53) is known color: Portica. HEX triplet: EF, DB and 53. RGB value is (239,219,83). Sum of RGB (Red+Green+Blue) = 239+219+83=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB53 is #1024AC. Grayscale: #D2D2D2. Windows color (decimal): -1057965 or 5495791. OLE color: 5495791.

HSL color Cylindrical-coordinate representation of color #EFDB53: hue angle of 52.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFDB53 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 83 -
CMYK 0 0.08 0.65 0.06
HSL 52.31º 0.83% 0.63% -
HSV(B) 52.31º 0.65% 0.94% -
XYZ 62.49 69.64 18.33 -
YUV 209.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 239 219 83 0 0.08 0.65 0.06 52.31 0.83 0.63
Hex EF DB 53 0 8 41 6 34 53 3F
Octal 357 333 123 0 10 101 6 64 123 77
Binary 11101111 11011011 1010011 0 1000 1000001 110 110100 1010011 111111

Color Harmonies of #EFDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB53

Black with #EFDB53

Text Example


Text Example

White with #EFDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB53; }

 p { color: rgb(239,219,83); }

 H1.HeaderClassName
 {
   color: #EFDB53;
 }
 .AnyTagClassName
 {
   color: #EFDB53;
 }
</style>

background-color css

<style>
 a { background-color: #EFDB53; }

 a { background-color: rgb(239,219,83); }

 div.DivClassName
 {
   background-color: #EFDB53;
 }
 .BgClassName
 {
   background-color: #EFDB53;
 }
</style>

border-color css

<style>
 span { border-color: #EFDB53; }

 span { border-color: rgb(239,219,83); }

 td.TdClassName
 {
   border-color: #EFDB53;
 }
 .TagClassName
 {
   border-color: #EFDB53;
 }
</style>