Html Css Color HEX #EFB84C Ronchi

📋 copy color: '#EFB84C'

red 239 ◦ green 184 ◦ blue 76

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

Shades of Ronchi #EFB84C

Tints of Ronchi #EFB84C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.87%

 BLUE value IS 76 (30.08% from 255) = 15.23%

R = 47.9%
G = 36.87%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFB84C (or 0xEFB84C) is known color: Ronchi. HEX triplet: EF, B8 and 4C. RGB value is (239,184,76). Sum of RGB (Red+Green+Blue) = 239+184+76=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB84C is #1047B3. Grayscale: #BCBCBC. Windows color (decimal): -1066932 or 5028079. OLE color: 5028079.

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

Color convert

RGB 239 184 76 -
CMYK 0 0.23 0.68 0.06
HSL 39.75º 0.84% 0.62% -
HSV(B) 39.75º 0.68% 0.94% -
XYZ 54.04 53.15 14.25 -
YUV 188.13 64.72 164.28 -
System Red Green Blue C M Y K H S L
Decimal 239 184 76 0 0.23 0.68 0.06 39.75 0.84 0.62
Hex EF B8 4C 0 17 44 6 28 54 3E
Octal 357 270 114 0 27 104 6 50 124 76
Binary 11101111 10111000 1001100 0 10111 1000100 110 101000 1010100 111110

Color Harmonies of #EFB84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB84C

Black with #EFB84C

Text Example


Text Example

White with #EFB84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB84C; }

 p { color: rgb(239,184,76); }

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

background-color css

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

 a { background-color: rgb(239,184,76); }

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

border-color css

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

 span { border-color: rgb(239,184,76); }

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