Html Css Color HEX #EFD84F Portica

📋 copy color: '#EFD84F'

red 239 ◦ green 216 ◦ blue 79

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

Shades of Portica #EFD84F

Tints of Portica #EFD84F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

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

R = 44.76%
G = 40.45%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFD84F (or 0xEFD84F) is known color: Portica. HEX triplet: EF, D8 and 4F. RGB value is (239,216,79). Sum of RGB (Red+Green+Blue) = 239+216+79=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 79 (31.25% from 255 or 14.79% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD84F is #1027B0. Grayscale: #CFCFCF. Windows color (decimal): -1058737 or 5232879. OLE color: 5232879.

HSL color Cylindrical-coordinate representation of color #EFD84F: hue angle of 51.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 #EFD84F is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 79 -
CMYK 0 0.10 0.67 0.06
HSL 51.38º 0.83% 0.62% -
HSV(B) 51.38º 0.67% 0.94% -
XYZ 61.56 68.03 17.28 -
YUV 207.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 239 216 79 0 0.10 0.67 0.06 51.38 0.83 0.62
Hex EF D8 4F 0 A 43 6 33 53 3E
Octal 357 330 117 0 12 103 6 63 123 76
Binary 11101111 11011000 1001111 0 1010 1000011 110 110011 1010011 111110

Color Harmonies of #EFD84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD84F

Black with #EFD84F

Text Example


Text Example

White with #EFD84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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