Html Css Color HEX #EFB64B Ronchi

📋 copy color: '#EFB64B'

red 239 ◦ green 182 ◦ blue 75

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

Shades of Ronchi #EFB64B

Tints of Ronchi #EFB64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

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

R = 48.19%
G = 36.69%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFB64B (or 0xEFB64B) is known color: Ronchi. HEX triplet: EF, B6 and 4B. RGB value is (239,182,75). Sum of RGB (Red+Green+Blue) = 239+182+75=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB64B is #1049B4. Grayscale: #BBBBBB. Windows color (decimal): -1067445 or 4962031. OLE color: 4962031.

HSL color Cylindrical-coordinate representation of color #EFB64B: hue angle of 39.15º 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 #EFB64B is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 182 75 -
CMYK 0 0.24 0.69 0.06
HSL 39.15º 0.84% 0.62% -
HSV(B) 39.15º 0.69% 0.94% -
XYZ 53.59 52.31 13.93 -
YUV 186.85 64.88 165.2 -
System Red Green Blue C M Y K H S L
Decimal 239 182 75 0 0.24 0.69 0.06 39.15 0.84 0.62
Hex EF B6 4B 0 18 45 6 27 54 3E
Octal 357 266 113 0 30 105 6 47 124 76
Binary 11101111 10110110 1001011 0 11000 1000101 110 100111 1010100 111110

Color Harmonies of #EFB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB64B

Black with #EFB64B

Text Example


Text Example

White with #EFB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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