Html Css Color HEX #EFB84A Ronchi

📋 copy color: '#EFB84A'

red 239 ◦ green 184 ◦ blue 74

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

Shades of Ronchi #EFB84A

Tints of Ronchi #EFB84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.89%

R = 48.09%
G = 37.02%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFB84A (or 0xEFB84A) is known color: Ronchi. HEX triplet: EF, B8 and 4A. RGB value is (239,184,74). Sum of RGB (Red+Green+Blue) = 239+184+74=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB84A is #1047B5. Grayscale: #BCBCBC. Windows color (decimal): -1066934 or 4897007. OLE color: 4897007.

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

Color convert

RGB 239 184 74 -
CMYK 0 0.23 0.69 0.06
HSL 40º 0.84% 0.61% -
HSV(B) 40º 0.69% 0.94% -
XYZ 53.97 53.13 13.89 -
YUV 187.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 239 184 74 0 0.23 0.69 0.06 40 0.84 0.61
Hex EF B8 4A 0 17 45 6 28 54 3D
Octal 357 270 112 0 27 105 6 50 124 75
Binary 11101111 10111000 1001010 0 10111 1000101 110 101000 1010100 111101

Color Harmonies of #EFB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB84A

Black with #EFB84A

Text Example


Text Example

White with #EFB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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