Html Css Color HEX #EFD04F Portica

📋 copy color: '#EFD04F'

red 239 ◦ green 208 ◦ blue 79

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

Shades of Portica #EFD04F

Tints of Portica #EFD04F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

 BLUE value IS 79 (31.25% from 255) = 15.02%

R = 45.44%
G = 39.54%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFD04F (or 0xEFD04F) is known color: Portica. HEX triplet: EF, D0 and 4F. RGB value is (239,208,79). Sum of RGB (Red+Green+Blue) = 239+208+79=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 79 (31.25% from 255 or 15.02% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD04F is #102FB0. Grayscale: #CBCBCB. Windows color (decimal): -1060785 or 5230831. OLE color: 5230831.

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

Color convert

RGB 239 208 79 -
CMYK 0 0.13 0.67 0.06
HSL 48.38º 0.83% 0.62% -
HSV(B) 48.38º 0.67% 0.94% -
XYZ 59.56 64.03 16.62 -
YUV 202.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 239 208 79 0 0.13 0.67 0.06 48.38 0.83 0.62
Hex EF D0 4F 0 D 43 6 30 53 3E
Octal 357 320 117 0 15 103 6 60 123 76
Binary 11101111 11010000 1001111 0 1101 1000011 110 110000 1010011 111110

Color Harmonies of #EFD04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD04F

Black with #EFD04F

Text Example


Text Example

White with #EFD04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD04F; }

 p { color: rgb(239,208,79); }

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

background-color css

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

 a { background-color: rgb(239,208,79); }

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

border-color css

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

 span { border-color: rgb(239,208,79); }

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