Html Css Color HEX #EFB84B Ronchi

📋 copy color: '#EFB84B'

red 239 ◦ green 184 ◦ blue 75

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

Shades of Ronchi #EFB84B

Tints of Ronchi #EFB84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.06%

R = 47.99%
G = 36.95%
B = 15.06%

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

#EFB84B (or 0xEFB84B) is known color: Ronchi. HEX triplet: EF, B8 and 4B. RGB value is (239,184,75). Sum of RGB (Red+Green+Blue) = 239+184+75=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB84B is #1047B4. Grayscale: #BCBCBC. Windows color (decimal): -1066933 or 4962543. OLE color: 4962543.

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

Color convert

RGB 239 184 75 -
CMYK 0 0.23 0.69 0.06
HSL 39.88º 0.84% 0.62% -
HSV(B) 39.88º 0.69% 0.94% -
XYZ 54.01 53.14 14.07 -
YUV 188.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 239 184 75 0 0.23 0.69 0.06 39.88 0.84 0.62
Hex EF B8 4B 0 17 45 6 28 54 3E
Octal 357 270 113 0 27 105 6 50 124 76
Binary 11101111 10111000 1001011 0 10111 1000101 110 101000 1010100 111110

Color Harmonies of #EFB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB84B

Black with #EFB84B

Text Example


Text Example

White with #EFB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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